Module-level declarations
Types
Link copied to clipboard
enum ground_type
Link copied to clipboard
entity resource_node
Link copied to clipboard
struct resource_node_attributes
Link copied to clipboard
entity resource_node_prototype
Link copied to clipboard
object resource_nodes_config
Properties
Functions
Link copied to clipboard
Link copied to clipboard
function do_gather(resource_node: resource_node, gather_dto: node_action_dto, account_id: byte_array)
Link copied to clipboard
Link copied to clipboard
@extend(generate_prototype_attrs) function generate_prototype_attrs(base_node_prototype: base_node_prototype): map<text, gtv>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@extend(on_node_creation) function on_node_creation(node: node, node_prototype_name: text, args: map<text, gtv>)
Link copied to clipboard
@extend(on_node_prototype_creation) function on_node_prototype_creation(base_node_prototype: base_node_prototype, args: map<text, gtv>)
Link copied to clipboard
@extend(on_node_prototype_update) function on_node_prototype_update(base_node_prototype: base_node_prototype, args: map<text, gtv>)
Queries
Link copied to clipboard
@mount("resource_nodes.get_global_resource_nodes_config")
query get_global_resource_nodes_config(): (fast_replenish_duration: integer,)
Operations
Link copied to clipboard
@mount("resource_nodes.gather")
operation gather(account_id: byte_array, auth_descriptor_id: byte_array, gather_actions: list<node_action_dto>)
Link copied to clipboard
@mount("resource_nodes.set_global_resource_nodes_config")
operation set_global_resource_nodes_config(fast_replenish_duration: integer)